# Delete existing rule

Permanently removes a platform rule by its ID. Requires authentication and the Rules.Manage RBAC permission. The deletion is logged in the audit trail.

RBAC: requires Rules.Manage

Endpoint: DELETE /api/v1/rules/{id}
Version: 1.0
Security: header

## Path parameters:

  - `id` (string, required)
    The unique identifier of the rule to delete


